home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / misc / LEDA_gene.lha / LEDA-3.1c-generic / incl / LEDA / graph_edit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-05  |  474 b   |  21 lines

  1. /*******************************************************************************
  2. +
  3. +  LEDA  3.1c
  4. +
  5. +
  6. +  graph_edit.h
  7. +
  8. +
  9. +  Copyright (c) 1994  by  Max-Planck-Institut fuer Informatik
  10. +  Im Stadtwald, 6600 Saarbruecken, FRG     
  11. +  All rights reserved.
  12. *******************************************************************************/
  13.  
  14.  
  15. #include <LEDA/window.h>
  16. #include <LEDA/plane_graph.h>
  17.  
  18. void graph_edit(window&, GRAPH<point,int>&, bool dir=true, bool redraw=true);
  19.  
  20.